Skip to main content

All Questions

0votes
0answers
237views

how to download modules to use with plpython postgresql

I'm trying to use plpython3u with postgresql on windows 11, and I want to use the requests library to make http requests.. So I did this test function: CREATE OR REPLACE FUNCTION teste() ...
Guilherme Rodrigues's user avatar
0votes
0answers
720views

An I/O error occurred while sending to the backend postgresql

Just so you understand my case: Recently I was trying to install plpython3u on postgresql 15, and with a lot of struggle I managed I set the python environment variables (both for system and user) and ...
Guilherme Rodrigues's user avatar
0votes
0answers
288views

ERROR: could not load library plpython3u postgresql

I'm trying to install the plpython3u extension in my postgresql with this command: CREATE EXTENSION plpython3u; mas eu recebo este erro: ERROR: could not load library "C:/Program Files/PostgreSQL/...
Guilherme Rodrigues's user avatar

close